]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/pepper.h
kconfig: add config option for shell prompt
[karo-tx-uboot.git] / include / configs / pepper.h
index cc153abaa9ebc14f98bed3889a4c2666777481f5..1bc8c4b7fa7eafab74db7a907ba58e0a38805419 100644 (file)
@@ -17,8 +17,7 @@
 #define V_OSCK                         24000000  /* Clock output from T2 */
 #define V_SCLK                         (V_OSCK)
 
-#undef CONFIG_SYS_PROMPT
-#define CONFIG_SYS_PROMPT              "pepper# "
+#define CONFIG_SYS_I2C_EEPROM_ADDR     0x50
 
 /* Mach type */
 #define MACH_TYPE_PEPPER               4207    /* Until the next sync */
@@ -39,7 +38,7 @@
        "optargs=\0" \
        "mmcdev=0\0" \
        "mmcroot=/dev/mmcblk0p2 rw\0" \
-       "mmcrootfstype=ext3 rootwait\0" \
+       "mmcrootfstype=ext4 rootwait\0" \
        "mmcargs=setenv bootargs console=${console} " \
                "${optargs} " \
                "root=${mmcroot} " \