diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-07-31 17:29:38 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-08-19 08:44:03 -0700 |
commit | a78cf41e79f64fe90f573b07ee3c88be533b97ca (patch) | |
tree | 227296de66ad5865a69259a3c84907d751264e6b /board/nvidia | |
parent | 24d4d422c104a7bc29f2a6368e7836a2e2488b19 (diff) | |
download | u-boot-imx-a78cf41e79f64fe90f573b07ee3c88be533b97ca.zip u-boot-imx-a78cf41e79f64fe90f573b07ee3c88be533b97ca.tar.gz u-boot-imx-a78cf41e79f64fe90f573b07ee3c88be533b97ca.tar.bz2 |
ARM: tegra: remove custom define for Jetson TK1
Now that Kconfig has a per-board option, we can use that directly rather
than inventing a custom define for the AS3722 code to determine which
board it's being built for.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia')
-rw-r--r-- | board/nvidia/venice2/as3722_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/venice2/as3722_init.h b/board/nvidia/venice2/as3722_init.h index a7b2403..06c366e 100644 --- a/board/nvidia/venice2/as3722_init.h +++ b/board/nvidia/venice2/as3722_init.h @@ -18,7 +18,7 @@ #define AS3722_LDO6VOLTAGE_REG 0x16 /* VDD_SDMMC */ #define AS3722_LDCONTROL_REG 0x4E -#ifdef CONFIG_BOARD_JETSON_TK1 +#ifdef CONFIG_TARGET_JETSON_TK1 #define AS3722_SD0VOLTAGE_DATA (0x3C00 | AS3722_SD0VOLTAGE_REG) #else #define AS3722_SD0VOLTAGE_DATA (0x2800 | AS3722_SD0VOLTAGE_REG) |