config.mk

来自「s3c6410的 Uboot 代码, 感兴趣的可以看看呀」· MK 代码 · 共 31 行

MK
31
字号
## (C) Copyright 2002# Gary Jennejohn, DENX Software Engineering, <gj@denx.de># David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>## SAMSUNG SMDK6400 board with mDirac3 (ARM1176) cpu## see http://www.samsung.com/ for more information on SAMSUNG### SMDK6400 has a 64 MB SDR SDRAM## 3000'0000 to 3400'0000### Linux-Kernel is expected to be at 3000'8000, entry 3000'8000# optionally with a ramdisk at 3080'0000## we load ourself to 33e0'0000 without MMU# with MMU, load address is changed to 0xc3e0_0000## download area is 3000'0000#ifndef TEXT_BASETEXT_BASE = 0xc7e00000endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?