config.mk
来自「最新版的u-boot,2008-10-18发布」· MK 代码 · 共 14 行
MK
14 行
## ADS GCPlus board with SA1110 cpu## The ADS GCPlus has 2 banks of 16 MiB SDRAM## We use the ADS GCPlus Linux boot ROM to load U-Boot into SDRAM# at c020'0000 and then move ourself to c8f0'0000. Basically, just# install the U-Boot binary as you would the Linux zImage and then# reap the benfits of more convenient Linux development cycles, i.e.# bootp;tftp;bootm, repeat, etc.,.#TEXT_BASE = 0xc8f00000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?