Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2015 Timesys Corporation |
| 3 | * Copyright (C) 2015 General Electric Company |
| 4 | * Copyright (C) 2014 Advantech |
| 5 | * Copyright (C) 2012 Freescale Semiconductor, Inc. |
| 6 | * |
| 7 | * Configuration settings for the GE MX6Q Bx50v3 boards. |
| 8 | * |
| 9 | * SPDX-License-Identifier: GPL-2.0+ |
| 10 | */ |
| 11 | |
| 12 | #ifndef __GE_BX50V3_CONFIG_H |
| 13 | #define __GE_BX50V3_CONFIG_H |
| 14 | |
| 15 | #include <asm/arch/imx-regs.h> |
Stefano Babic | 33731bc | 2017-06-29 10:16:06 +0200 | [diff] [blame] | 16 | #include <asm/mach-imx/gpio.h> |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 17 | |
Ken Lin | f6d1986 | 2016-10-07 10:26:56 -0400 | [diff] [blame] | 18 | #define BX50V3_BOOTARGS_EXTRA |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 19 | #if defined(CONFIG_TARGET_GE_B450V3) |
| 20 | #define CONFIG_BOARD_NAME "General Electric B450v3" |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 21 | #elif defined(CONFIG_TARGET_GE_B650V3) |
| 22 | #define CONFIG_BOARD_NAME "General Electric B650v3" |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 23 | #elif defined(CONFIG_TARGET_GE_B850V3) |
| 24 | #define CONFIG_BOARD_NAME "General Electric B850v3" |
Ken Lin | f6d1986 | 2016-10-07 10:26:56 -0400 | [diff] [blame] | 25 | #undef BX50V3_BOOTARGS_EXTRA |
| 26 | #define BX50V3_BOOTARGS_EXTRA "video=DP-1:1024x768@60 " \ |
| 27 | "video=HDMI-A-1:1024x768@60 " |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 28 | #else |
| 29 | #define CONFIG_BOARD_NAME "General Electric BA16 Generic" |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 30 | #endif |
| 31 | |
| 32 | #define CONFIG_MXC_UART_BASE UART3_BASE |
Simon Glass | 4694a74 | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 33 | #define CONSOLE_DEV "ttymxc2" |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 34 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 35 | #define CONFIG_SUPPORT_EMMC_BOOT |
| 36 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 37 | |
| 38 | #include "mx6_common.h" |
| 39 | #include <linux/sizes.h> |
| 40 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 41 | #define CONFIG_CMDLINE_TAG |
| 42 | #define CONFIG_SETUP_MEMORY_TAGS |
| 43 | #define CONFIG_INITRD_TAG |
| 44 | #define CONFIG_REVISION_TAG |
| 45 | #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) |
| 46 | |
Martyn Welch | 110f5d9 | 2018-01-10 20:31:32 +0100 | [diff] [blame] | 47 | #define CONFIG_HW_WATCHDOG |
| 48 | #define CONFIG_IMX_WATCHDOG |
| 49 | #define CONFIG_WATCHDOG_TIMEOUT_MSECS 6000 |
| 50 | |
Martyn Welch | 18c31ea | 2018-01-10 20:31:30 +0100 | [diff] [blame] | 51 | #define CONFIG_LAST_STAGE_INIT |
| 52 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 53 | #define CONFIG_MXC_GPIO |
| 54 | #define CONFIG_MXC_UART |
| 55 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 56 | #define CONFIG_MXC_OCOTP |
| 57 | |
| 58 | /* SATA Configs */ |
Andrew Shadura | 6da4f98 | 2016-05-24 15:56:21 +0200 | [diff] [blame] | 59 | #ifdef CONFIG_CMD_SATA |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 60 | #define CONFIG_SYS_SATA_MAX_DEVICE 1 |
| 61 | #define CONFIG_DWC_AHSATA_PORT_ID 0 |
| 62 | #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR |
| 63 | #define CONFIG_LBA48 |
Andrew Shadura | 6da4f98 | 2016-05-24 15:56:21 +0200 | [diff] [blame] | 64 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 65 | |
| 66 | /* MMC Configs */ |
| 67 | #define CONFIG_FSL_ESDHC |
| 68 | #define CONFIG_FSL_USDHC |
| 69 | #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 70 | #define CONFIG_BOUNCE_BUFFER |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 71 | |
| 72 | /* USB Configs */ |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 73 | #ifdef CONFIG_USB |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 74 | #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 |
| 75 | #define CONFIG_EHCI_HCD_INIT_AFTER_RESET |
| 76 | #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |
| 77 | #define CONFIG_MXC_USB_FLAGS 0 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 78 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 79 | #define CONFIG_USBD_HS |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 80 | #define CONFIG_USB_GADGET_MASS_STORAGE |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 81 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 82 | |
| 83 | /* Networking Configs */ |
Andrew Shadura | 2c6ed1e | 2016-05-24 15:56:20 +0200 | [diff] [blame] | 84 | #ifdef CONFIG_NET |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 85 | #define CONFIG_FEC_MXC |
| 86 | #define CONFIG_MII |
| 87 | #define IMX_FEC_BASE ENET_BASE_ADDR |
| 88 | #define CONFIG_FEC_XCV_TYPE RGMII |
| 89 | #define CONFIG_ETHPRIME "FEC" |
| 90 | #define CONFIG_FEC_MXC_PHYADDR 4 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 91 | #define CONFIG_PHY_ATHEROS |
Andrew Shadura | 2c6ed1e | 2016-05-24 15:56:20 +0200 | [diff] [blame] | 92 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 93 | |
| 94 | /* Serial Flash */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 95 | #ifdef CONFIG_CMD_SF |
| 96 | #define CONFIG_MXC_SPI |
| 97 | #define CONFIG_SF_DEFAULT_BUS 0 |
| 98 | #define CONFIG_SF_DEFAULT_CS 0 |
| 99 | #define CONFIG_SF_DEFAULT_SPEED 20000000 |
| 100 | #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 |
| 101 | #endif |
| 102 | |
| 103 | /* allow to overwrite serial and ethaddr */ |
| 104 | #define CONFIG_ENV_OVERWRITE |
| 105 | #define CONFIG_CONS_INDEX 1 |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 106 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 107 | #define CONFIG_LOADADDR 0x12000000 |
| 108 | #define CONFIG_SYS_TEXT_BASE 0x17800000 |
| 109 | |
| 110 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 111 | "bootcause=POR\0" \ |
Ian Ray | 4150cba | 2018-01-10 20:31:35 +0100 | [diff] [blame] | 112 | "bootlimit=10\0" \ |
Ian Ray | b52e252 | 2018-01-10 20:31:33 +0100 | [diff] [blame] | 113 | "image=/boot/fitImage\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 114 | "fdt_high=0xffffffff\0" \ |
| 115 | "dev=mmc\0" \ |
| 116 | "devnum=1\0" \ |
| 117 | "rootdev=mmcblk0p\0" \ |
| 118 | "quiet=quiet loglevel=0\0" \ |
Simon Glass | 4694a74 | 2016-10-17 20:12:39 -0600 | [diff] [blame] | 119 | "console=" CONSOLE_DEV "\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 120 | "setargs=setenv bootargs root=/dev/${rootdev}${partnum} " \ |
| 121 | "ro rootwait cma=128M " \ |
| 122 | "bootcause=${bootcause} " \ |
| 123 | "${quiet} console=${console} " \ |
Ken Lin | f6d1986 | 2016-10-07 10:26:56 -0400 | [diff] [blame] | 124 | BX50V3_BOOTARGS_EXTRA "\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 125 | "doquiet=" \ |
| 126 | "if ext2load ${dev} ${devnum}:5 0x7000A000 /boot/console; " \ |
| 127 | "then setenv quiet; fi\0" \ |
| 128 | "hasfirstboot=" \ |
| 129 | "ext2load ${dev} ${devnum}:${partnum} 0x7000A000 " \ |
| 130 | "/boot/bootcause/firstboot\0" \ |
| 131 | "swappartitions=" \ |
| 132 | "setexpr partnum 3 - ${partnum}\0" \ |
| 133 | "failbootcmd=" \ |
| 134 | "msg=\"Monitor failed to start. Try again, or contact GE Service for support.\"; " \ |
| 135 | "echo $msg; " \ |
| 136 | "setenv stdout vga; " \ |
| 137 | "echo \"\n\n\n\n \" $msg; " \ |
| 138 | "setenv stdout serial; " \ |
| 139 | "mw.b 0x7000A000 0xbc; " \ |
| 140 | "mw.b 0x7000A001 0x00; " \ |
| 141 | "ext4write ${dev} ${devnum}:5 0x7000A000 /boot/failures 2\0" \ |
| 142 | "altbootcmd=" \ |
| 143 | "run doquiet; " \ |
| 144 | "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \ |
| 145 | "run hasfirstboot || setenv partnum 0; " \ |
| 146 | "if test ${partnum} != 0; then " \ |
| 147 | "setenv bootcause REVERT; " \ |
| 148 | "run swappartitions loadimage doboot; " \ |
| 149 | "fi; " \ |
| 150 | "run failbootcmd\0" \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 151 | "loadimage=" \ |
| 152 | "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 153 | "doboot=" \ |
| 154 | "echo Booting from ${dev}:${devnum}:${partnum} ...; " \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 155 | "run setargs; " \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 156 | "bootm ${loadaddr}#conf@${confidx}\0" \ |
| 157 | "tryboot=" \ |
| 158 | "setenv partnum 1; run hasfirstboot || setenv partnum 2; " \ |
| 159 | "run loadimage || run swappartitions && run loadimage || " \ |
| 160 | "setenv partnum 0 && echo MISSING IMAGE;" \ |
| 161 | "run doboot; " \ |
| 162 | "run failbootcmd\0" \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 163 | |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 164 | #define CONFIG_MMCBOOTCOMMAND \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 165 | "if mmc dev ${devnum}; then " \ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 166 | "run doquiet; " \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 167 | "run tryboot; " \ |
| 168 | "fi; " \ |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 169 | |
| 170 | #define CONFIG_USBBOOTCOMMAND \ |
Ian Ray | b52e252 | 2018-01-10 20:31:33 +0100 | [diff] [blame] | 171 | "echo Unsupported; " \ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 172 | |
Andrew Shadura | af628af | 2016-05-24 15:56:19 +0200 | [diff] [blame] | 173 | #ifdef CONFIG_CMD_USB |
| 174 | #define CONFIG_BOOTCOMMAND CONFIG_USBBOOTCOMMAND |
| 175 | #else |
| 176 | #define CONFIG_BOOTCOMMAND CONFIG_MMCBOOTCOMMAND |
| 177 | #endif |
| 178 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 179 | #define CONFIG_ARP_TIMEOUT 200UL |
| 180 | |
| 181 | /* Miscellaneous configurable options */ |
| 182 | #define CONFIG_SYS_LONGHELP |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 183 | #define CONFIG_AUTO_COMPLETE |
| 184 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 185 | #define CONFIG_SYS_MEMTEST_START 0x10000000 |
| 186 | #define CONFIG_SYS_MEMTEST_END 0x10010000 |
| 187 | #define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000 |
| 188 | |
| 189 | #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR |
| 190 | |
| 191 | #define CONFIG_CMDLINE_EDITING |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 192 | |
| 193 | /* Physical Memory Map */ |
| 194 | #define CONFIG_NR_DRAM_BANKS 1 |
| 195 | #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR |
| 196 | |
| 197 | #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM |
| 198 | #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR |
| 199 | #define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE |
| 200 | |
| 201 | #define CONFIG_SYS_INIT_SP_OFFSET \ |
| 202 | (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
| 203 | #define CONFIG_SYS_INIT_SP_ADDR \ |
| 204 | (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) |
| 205 | |
Masahiro Yamada | 8cea9b5 | 2017-02-11 22:43:54 +0900 | [diff] [blame] | 206 | /* environment organization */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 207 | #define CONFIG_ENV_SIZE (8 * 1024) |
| 208 | #define CONFIG_ENV_OFFSET (768 * 1024) |
| 209 | #define CONFIG_ENV_SECT_SIZE (64 * 1024) |
| 210 | #define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS |
| 211 | #define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS |
| 212 | #define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE |
| 213 | #define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED |
| 214 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 215 | #ifndef CONFIG_SYS_DCACHE_OFF |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 216 | #endif |
| 217 | |
| 218 | #define CONFIG_SYS_FSL_USDHC_NUM 3 |
| 219 | |
| 220 | /* Framebuffer */ |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 221 | #define CONFIG_VIDEO |
Andrew Shadura | c1b4283 | 2016-05-24 15:56:18 +0200 | [diff] [blame] | 222 | #ifdef CONFIG_VIDEO |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 223 | #define CONFIG_VIDEO_IPUV3 |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 224 | #define CONFIG_CFB_CONSOLE |
| 225 | #define CONFIG_VGA_AS_SINGLE_DEVICE |
| 226 | #define CONFIG_SYS_CONSOLE_FG_COL 0xFF |
| 227 | #define CONFIG_SYS_CONSOLE_BG_COL 0x00 |
| 228 | #define CONFIG_HIDE_LOGO_VERSION |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 229 | #define CONFIG_IMX_HDMI |
| 230 | #define CONFIG_IMX_VIDEO_SKIP |
Ian Ray | 7084676 | 2018-01-10 20:31:37 +0100 | [diff] [blame^] | 231 | #define CONFIG_CMD_BMP |
Andrew Shadura | c1b4283 | 2016-05-24 15:56:18 +0200 | [diff] [blame] | 232 | #endif |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 233 | |
Akshay Bhat | 5d64362 | 2016-04-12 18:13:59 -0400 | [diff] [blame] | 234 | #define CONFIG_PWM_IMX |
| 235 | #define CONFIG_IMX6_PWM_PER_CLK 66000000 |
| 236 | |
Ian Ray | 9c1e0bf | 2018-01-10 20:31:29 +0100 | [diff] [blame] | 237 | #define CONFIG_PCI |
| 238 | #define CONFIG_PCI_PNP |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 239 | #define CONFIG_PCI_SCAN_SHOW |
| 240 | #define CONFIG_PCIE_IMX |
| 241 | #define CONFIG_PCIE_IMX_PERST_GPIO IMX_GPIO_NR(7, 12) |
| 242 | #define CONFIG_PCIE_IMX_POWER_GPIO IMX_GPIO_NR(1, 5) |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 243 | |
| 244 | /* I2C Configs */ |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 245 | #define CONFIG_SYS_I2C |
| 246 | #define CONFIG_SYS_I2C_MXC |
| 247 | #define CONFIG_SYS_I2C_SPEED 100000 |
| 248 | #define CONFIG_SYS_I2C_MXC_I2C1 |
| 249 | #define CONFIG_SYS_I2C_MXC_I2C2 |
| 250 | #define CONFIG_SYS_I2C_MXC_I2C3 |
| 251 | |
Martyn Welch | 59be789 | 2018-01-10 20:31:28 +0100 | [diff] [blame] | 252 | #define CONFIG_SYS_NUM_I2C_BUSES 11 |
Ian Ray | c0293da | 2017-08-22 09:03:54 +0300 | [diff] [blame] | 253 | #define CONFIG_SYS_I2C_MAX_HOPS 1 |
| 254 | #define CONFIG_SYS_I2C_BUSES { {0, {I2C_NULL_HOP} }, \ |
Martyn Welch | 59be789 | 2018-01-10 20:31:28 +0100 | [diff] [blame] | 255 | {1, {I2C_NULL_HOP} }, \ |
| 256 | {2, {I2C_NULL_HOP} }, \ |
Ian Ray | c0293da | 2017-08-22 09:03:54 +0300 | [diff] [blame] | 257 | {0, {{I2C_MUX_PCA9547, 0x70, 0} } }, \ |
| 258 | {0, {{I2C_MUX_PCA9547, 0x70, 1} } }, \ |
| 259 | {0, {{I2C_MUX_PCA9547, 0x70, 2} } }, \ |
| 260 | {0, {{I2C_MUX_PCA9547, 0x70, 3} } }, \ |
| 261 | {0, {{I2C_MUX_PCA9547, 0x70, 4} } }, \ |
| 262 | {0, {{I2C_MUX_PCA9547, 0x70, 5} } }, \ |
| 263 | {0, {{I2C_MUX_PCA9547, 0x70, 6} } }, \ |
| 264 | {0, {{I2C_MUX_PCA9547, 0x70, 7} } }, \ |
| 265 | } |
| 266 | |
| 267 | #define CONFIG_BCH |
| 268 | |
Ian Ray | 4150cba | 2018-01-10 20:31:35 +0100 | [diff] [blame] | 269 | #define CONFIG_BOOTCOUNT_LIMIT |
| 270 | #define CONFIG_BOOTCOUNT_EXT |
| 271 | #define CONFIG_SYS_BOOTCOUNT_EXT_INTERFACE "mmc" |
| 272 | #define CONFIG_SYS_BOOTCOUNT_EXT_DEVPART "1:5" |
| 273 | #define CONFIG_SYS_BOOTCOUNT_EXT_NAME "/boot/failures" |
| 274 | #define CONFIG_SYS_BOOTCOUNT_ADDR 0x7000A000 |
| 275 | |
Akshay Bhat | 197f987 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 276 | #endif /* __GE_BX50V3_CONFIG_H */ |