]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/t102xrdb/t102xrdb.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / t102xrdb / t102xrdb.c
index f370f72baa6a7ed0173534c82338d2ea5848f805..acc0be07c5af530774b2cf9d5a0c5a942401a8bf 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2014 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
@@ -186,8 +185,8 @@ int ft_board_setup(void *blob, bd_t *bd)
 
        ft_cpu_setup(blob, bd);
 
-       base = getenv_bootm_low();
-       size = getenv_bootm_size();
+       base = env_get_bootm_low();
+       size = env_get_bootm_size();
 
        fdt_fixup_memory(blob, (u64)base, (u64)size);