diff options
author | Kever Yang | 2019-03-28 11:01:23 +0800 |
---|---|---|
committer | Philipp Tomsich | 2019-05-01 00:00:05 +0200 |
commit | 15f09a1a834b125ed4a6102eac96186da0641541 (patch) | |
tree | c9ea3bb11363ef34fcb26843aecf755f843cc23f /cmd | |
parent | 6916dad51104ca297c8037e15d9abcd1811117f5 (diff) |
rockchip: use 'arch-rockchip' as header file path
Rockchip use 'arch-rockchip' instead of arch-$(SOC) as common
header file path, so that we can get the correct path directly.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rockusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rockusb.c b/cmd/rockusb.c index e0c1480d6d4..9b70c6a6aff 100644 --- a/cmd/rockusb.c +++ b/cmd/rockusb.c @@ -8,7 +8,7 @@ #include <console.h> #include <g_dnl.h> #include <usb.h> -#include <asm/arch/f_rockusb.h> +#include <asm/arch-rockchip/f_rockusb.h> static int do_rockusb(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) { |