]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - doc/README.phytec.pcm030
Remove CONFIG_SYS_EXTBDINFO from snapper9260.h
[karo-tx-uboot.git] / doc / README.phytec.pcm030
index 35a411a7e9088c14e4d7153d7687cc13bc4fd7f5..05faab68c831e8d5f43e0fbd7830a587a4c1b0ac 100644 (file)
@@ -5,11 +5,11 @@ pcm030_RAMBOOT_config \
 pcm030_LOWBOOT_config: unconfig
        @ >include/config.h
        @[ -z "$(findstring LOWBOOT_,$@)" ] || \
-               { echo "TEXT_BASE = 0xFF000000" >board/phytec/pcm030/config.tmp ; \
+               { echo "CONFIG_SYS_TEXT_BASE = 0xFF000000"      >board/phytec/pcm030/config.tmp ; \
                  echo "... with LOWBOOT configuration" ; \
                }
        @[ -z "$(findstring RAMBOOT_,$@)" ] || \
-              { echo "TEXT_BASE = 0x00100000" >board/phycore_mpc5200b_tiny/\
+              { echo "CONFIG_SYS_TEXT_BASE = 0x00100000" >board/phycore_mpc5200b_tiny/\
                        config.tmp ; \
                 echo "... with RAMBOOT configuration" ; \
                 echo "... remember to make sure that MBAR is already \
@@ -18,7 +18,6 @@ pcm030_LOWBOOT_config:        unconfig
        @$(MKCONFIG) -a pcm030 ppc mpc5xxx pcm030 phytec
        @ echo "remember to set pcm030_REV to 0 for rev 1245.0 rev or to 1 for rev 1245.1"
 
-
 Alternative SDRAM settings:
 
 #define SDRAM_MODE     0x018D0000
@@ -41,6 +40,3 @@ Moving the environment to flash can be more reliable
 #define CONFIG_ENV_ADDR                (CONFIG_SYS_FLASH_BASE + 0xfe0000)
 #define CONFIG_ENV_SIZE                0x20000
 #define CONFIG_ENV_SECT_SIZE   0x20000
-
-
-