]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/km/km_arm.h
Convert CONFIG_BOOTCOUNT_RAM to Kconfig
[people/ms/u-boot.git] / include / configs / km / km_arm.h
index ed58d1e76c59123b5164dcc77b352473bd0a7907..cc36a68c0b0f156460aa34ba30ecf5bfdca684e7 100644 (file)
@@ -50,7 +50,6 @@
 
 #include "asm/arch/config.h"
 
-#define CONFIG_SYS_TEXT_BASE   0x07d00000      /* code address before reloc */
 #define CONFIG_SYS_MEMTEST_START 0x00400000    /* 4M */
 #define CONFIG_SYS_MEMTEST_END 0x007fffff      /*(_8M -1) */
 #define CONFIG_SYS_LOAD_ADDR   0x00800000      /* default load adr- 8M */
@@ -277,8 +276,6 @@ int get_scl(void);
 #define CONFIG_KM_RESERVED_PRAM 0x801000
 /* address for the bootcount (taken from end of RAM) */
 #define BOOTCOUNT_ADDR          (CONFIG_KM_RESERVED_PRAM)
-/* Use generic bootcount RAM driver */
-#define CONFIG_BOOTCOUNT_RAM
 
 /* enable POST tests */
 #define CONFIG_POST    (CONFIG_SYS_POST_MEM_REGIONS)