commit | a2293aea302772dfa22af7d41c15fc0496167767 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Thu Feb 02 09:51:53 2023 +0100 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Thu Feb 02 11:41:08 2023 +0100 |
tree | 14bd030c1f5d81c24ef4ba237e18b3ce85f3683b | |
parent | f17c61e3e17fe7eb48f359fa7558758242e6ba06 [diff] |
fix: make format after updating gn update formatting after updating gn tool [1] [1] https://review.trustedfirmware.org/c/hafnium/hafnium/+/19180 Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Ib9250c3cd71faafb3c58cde591275048a660e973
diff --git a/rpi/BUILD.gn b/rpi/BUILD.gn index c6e03cf..3bd9a33 100644 --- a/rpi/BUILD.gn +++ b/rpi/BUILD.gn
@@ -7,9 +7,7 @@ import("args.gni") source_set("mini_uart") { - sources = [ - "mini_uart.c", - ] + sources = [ "mini_uart.c" ] assert(gpio_base_address != 0, "\"gpio_base_address\" must be defined for ${target_name}.")