gic: rename gicv3 to gic, move board.h into gic

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-09-19 00:00:00 +00:00
parent fffc8d92da
commit 7ffee0c473
4 changed files with 36 additions and 33 deletions

View File

@@ -88,6 +88,7 @@ Build the baremetal examples with crosstool-NG.
else:
entry_address = 0x40000000
uart_address = 0x09000000
cc_flags.extend(['-D', 'LKMC_QEMU=1', LF])
cc_flags.extend(['-D', 'LKMC_UART0_ADDR={:#x}'.format(uart_address), LF])
cc_flags.extend(self.sh.shlex_split(self.env['ccflags']))
bootloader_src = os.path.join(